home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Games / AmyBoard / amyboard.prefs < prev    next >
Text File  |  2002-10-27  |  2KB  |  81 lines

  1. ;
  2. ;  AmyBoard preferences
  3. ;
  4. ;  Note the following:
  5. ;      - Lines beginning with a ; are comments
  6. ;      - Variables defining numbers may be followed by comments
  7. ;        after the number; this is *not* the case for variables
  8. ;        defining strings (obvious reason)
  9. ;      - All these variables may be overwritten in the same manner
  10. ;        by either CLI arguments or Icon tooltypes
  11. ;
  12.  
  13.  
  14. ;
  15. ;  Color settings, -1 indicates default
  16. ;
  17. ;  Better use the MUI prefs to select colors; change the
  18. ;  settings below only, if you don't have a registered MUI
  19. ;  version
  20. whitePiecePen=2  ; use default (MUI's SHINEPEN)
  21. blackPiecePen=1  ; use default (MUI's SHADOWPEN)
  22. lightSquarePen=15 ; use default (MUI's HALFSHINEPEN)
  23. darkSquarePen=23   ; use default (MUI's HALFSHADOWPEN)
  24.  
  25.  
  26. ;
  27. ;  GNU Chess settings
  28. ;
  29. noChessProgram=FALSE
  30. ;  Memory settings:
  31. ;      -C 1001 -T 4001    about 1 MByte
  32. ;      -C 3001 -T 20001    about 2 MByte
  33. ;      -C 4001 -T 30001    about 2.5 MByte
  34. ;      -C 6001 -T 40001    about 3 MByte
  35. firstChessProgram="Utils:EXChess/EXChess" xb hash 1
  36. firstChessDirectory=Utils:EXChess
  37. secondChessProgram=Utils:Crafty-15.19/Crafty
  38. secondChessDirectory=Utils:Crafty-15.19
  39. ;secondChessProgram="GG:bin/gnuchessx"    -C 3001 -T 20001
  40.  
  41. ; Number of moves until flag falls
  42. movesPerSession=40
  43. ; Number of minutes[:seconds] until flag falls
  44. timeControl=20
  45. showThinking=FALSE
  46.  
  47. ; child process settings, used both for GNU Chess and telnetProgram
  48. childPriority=0
  49. childStack=100000
  50.  
  51.  
  52. ;
  53. ;  ICS settings
  54. ics=FALSE
  55. icsHost=chess.lm.com
  56. ;icsHost=ics.onenet.net
  57. ;icsHost=krypton.daimi.aau.dk
  58. ;icsHost=dds.hacktic.nl
  59. ;icsHost=lux.latrobe.edu.au
  60. icsPort=5000
  61. icsLogon=PROGDIR:lib/.icsrc
  62. telnetProgram=
  63. alwaysQueen=FALSE
  64. ;
  65. ;  Defining icsWindow in the prefs will make AmyBoard to open the window,
  66. ;  even when running from the shell, which is probably not what you
  67. ;  want, especially because the program doesn't detach. (Which can,
  68. ;  however, be forced with "run <nil: >nil:".) Thus you better define
  69. ;  icsWindow in the icon tooltypes.
  70. ;
  71. ;icsWindow=
  72.  
  73. ;
  74. ;  Miscellaneous settings
  75. autoSaveGames=FALSE
  76. ;boardSize=big
  77. boardSize=Huge
  78. ;boardSize=small
  79. ringBellAfterMoves=TRUE
  80. showCoords=FALSE
  81.